-- card: 3361 from stack: in -- bmap block id: 4589 -- flags: 0000 -- background id: 2627 -- name: STATCARD -- part 2 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=486 top=296 right=316 bottom=503 -- title width / last selected line: 0 -- icon id / first selected line: 15420 / 15420 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: prev ----- HyperTalk script ----- on mouseUp play "Cheer" go to prev card end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=486 top=317 right=337 bottom=503 -- title width / last selected line: 0 -- icon id / first selected line: 16560 / 16560 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: next ----- HyperTalk script ----- on mouseUp play "Cheer" go to next card end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=482 top=274 right=294 bottom=506 -- title width / last selected line: 0 -- icon id / first selected line: 11045 / 11045 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Go home ----- HyperTalk script ----- on mouseUp visual effect iris close go home end mouseUp -- part 6 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=463 top=330 right=342 bottom=479 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: stat button ----- HyperTalk script ----- on mouseUp global winner,ko,f1,f2,first1,first2,rd,score1,score2,repeet,loaded put 0 into there put empty into fs1 put empty into fs2 repeat with i=1 to 20-length(f1)-length(first1) put fs1&" " into fs1 end repeat repeat with i=1 to 20-length(f2)-length(first2) put fs2&" " into fs2 end repeat repeat with i=1 to the number of words of card field "Stats" put word i of card field "Stats" into j if j=f1 then put word i+1 of card field "Stats" into w put word i+3 of card field "Stats" into l put word i+4 of card field "Stats" into ko2 if winner=f1 then put w+1 into word I+1 of card field "Stats" else put l+1 into word i+3 of card field "Stats" end if if ko=f1 then put ko2+1 into word I+4 of card field "Stats" put 1 into there exit repeat end if end repeat put empty into w put empty into l put empty into i put empty into j put empty into ko2 if there<>1 then put first1&&f1&fs1 after card field "Stats" if winner=f1 then put "1 - 0 " after card field "Stats" else put "0 - 1 " after card field "Stats" end if if ko=f1 then put "1" after card field "Stats" else put "0" after card field "Stats" end if end if put empty into w put empty into l put empty into i put empty into j put empty into ko2 put 0 into there put return after card field "Stats" repeat with i=1 to the number of words of card field "Stats" put word i of card field "Stats" into j if j=f2 then put word i+1 of card field "Stats" into w put word i+3 of card field "Stats" into l put word i+4 of card field "Stats" into ko2 if winner=f2 then put w+1 into word I+1 of card field "Stats" else put l+1 into word i+3 of card field "Stats" end if if ko=f2 then put ko2+1 into word I+4 of card field "Stats" put 1 into there exit repeat end if end repeat put empty into w put empty into l put empty into i put empty into j put empty into ko2 if there<>1 then put first2&&f2&fs2 after card field "Stats" if winner=f2 then put "1 - 0 " after card field "Stats" else put "0 - 1 " after card field "Stats" end if if ko=f2 then put "1" after card field "Stats" else put "0" after card field "Stats" end if end if put empty into w put empty into l put empty into i put empty into j put empty into ko2 put winner&&"won " into b if ko="none" then if winner=f1 then put score1&&"-"&&score2 into it else put score2&&"-"&&score1 into it end if put b&"by decision, "&it into b else put b&"by knockout in round "&rd&"." into b end if put first1&&f1&&"vs."&&first2&&f2&return&"in a "&repeet&&"round bout."&RETURN&b into card field "LastFight" put 0 into loaded end mouseUp -- part 7 (field) -- low flags: 00 -- high flags: 0007 -- rect: left=10 top=102 right=332 bottom=236 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 4 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: Stats -- part 8 (field) -- low flags: 00 -- high flags: 0002 -- rect: left=249 top=151 right=204 bottom=501 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 21 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: LastFight -- part 9 (field) -- low flags: 00 -- high flags: 0002 -- rect: left=303 top=44 right=77 bottom=428 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 21 -- text size: 24 -- style flags: 12288 -- line height: 32 -- part name: -- part 10 (field) -- low flags: 00 -- high flags: 0002 -- rect: left=10 top=81 right=100 bottom=85 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 21 -- text size: 12 -- style flags: 256 -- line height: 16 -- part name: -- part 11 (field) -- low flags: 00 -- high flags: 0002 -- rect: left=249 top=129 right=148 bottom=324 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 21 -- text size: 12 -- style flags: 256 -- line height: 16 -- part name: -- part contents for card part 7 ----- text ----- James "Quick" Tillis 1 - 1 0 Frank Bruno 2 - 2 0 Mike Tyson 3 - 2 2 Trevor Berbick 0 - 2 0 Muhammad Ali 3 - 1 1 Hurricane Jackson 0 - 1 0 Joe Louis 1 - 0 0 -- part contents for card part 8 ----- text ----- Muhammad Ali vs. Trevor Berbick in a 2 round bout. Ali won by decision, 32 - 22 -- part contents for card part 9 ----- text ----- Slug Stats -- part contents for card part 10 ----- text ----- Standings -- part contents for card part 11 ----- text ----- Last Fight